Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/88 - Ping Pong Game/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/88 - Ping Pong Game/index.html
410 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/88 - Ping Pong Game/index.js
236 Views
0 Comments
var ball = document.getElementById('ball');
var rod1 = document.getElementById('rod1');
var rod2 = document.getElementById('rod2
style.css /cody/swapnilsparsh/30DaysOfJavaScript/88 - Ping Pong Game/style.css
167 Views
0 Comments
*{
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell